home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / faq / comp / fonts_fa / part2 < prev    next >
Text File  |  1994-01-25  |  47KB  |  1,093 lines

  1. Newsgroups: comp.fonts,comp.answers,news.answers
  2. Path: bloom-beacon.mit.edu!nic.hookup.net!nntp.cs.ubc.ca!cyber2.cyberstore.ca!math.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!eff!news.kei.com!world!ora.com!norm
  3. From: norm@ora.com (Norman Walsh)
  4. Subject: comp.fonts FAQ: General Info (2/3)
  5. Message-ID: <font-faq-2_759515252@ora.com>
  6. Followup-To: poster
  7. Summary: This posting answers frequently asked questions about fonts.
  8.          It addresses both general font questions and questions that
  9.          are specific to a particular platform.
  10. Sender: norm@ora.com (Norman Walsh)
  11. Supersedes: <font-faq-2_757281740@ora.com>
  12. Reply-To: norm@ora.com (Norman Walsh)
  13. Organization: O'Reilly and Associates, Inc.
  14. References: <font-faq-1_759515252@ora.com>
  15. Date: Tue, 25 Jan 1994 16:27:38 GMT
  16. Approved: news-answers-request@MIT.Edu
  17. Expires: Thu, 10 Mar 1994 16:27:32 GMT
  18. Lines: 1072
  19. Xref: bloom-beacon.mit.edu comp.fonts:6512 comp.answers:3558 news.answers:14498
  20.  
  21. Archive-name: fonts-faq/part2
  22. Version: 2.0.3
  23.  
  24. Subject: 1.13. File Formats
  25.   
  26.   Many different kinds of files are available on the net.  These files
  27.   contain many different kinds of data for many different architectures.
  28.   Frequently, the extension (trailing end) of a filename gives a good
  29.   clue as to the format of its contents and the architecture that it was
  30.   created on.
  31.   
  32.   In order to save space, most files on the net are compressed in one way
  33.   or another.  Many compression/decompression programs exist on multiple
  34.   architectures.
  35.   
  36.   Multiple files and directories are often combined into a single
  37.   `archive' file.  Many archive formats perform compression automatically.
  38.   
  39.   File Format Extensions
  40.   ======================
  41.   
  42.      * .tar
  43.   
  44.        Unix `tape archive' format.  Tar files can contain multiple files
  45.        and directories.  Unlike most archiving programs, tar files are
  46.        held together in a wrapper but are not automatically compressed by
  47.        tar.
  48.   
  49.      * .Z
  50.   
  51.        Unix `compress' format.  Compression doesn't form a wrapper around
  52.        multiple files, it simply compresses a single file.  As a result,
  53.        you will frequently see files with the extension .tar.Z.  This
  54.        implies that the files are compressed tar archives.
  55.   
  56.      * .z .gz
  57.   
  58.        GNU zip format.  GNU zip doesn't form a wrapper around multiple
  59.        files, it simply compresses a single file.  As a result, you will
  60.        frequently see files with the extension .tar.z or .tar.gz.  This
  61.        implies that the files are compressed tar archives.  Do not confuse
  62.        GNU Zip and PKZip or GNU Zip and Unix compress, those are three
  63.        different programs!
  64.   
  65.      * .hqx
  66.   
  67.        Macintosh `BinHex' format.  In order to reliably transfer Mac files
  68.        from one architecture to another, they are BinHex encoded.  This
  69.        is actually an ascii file containing mostly hexadecimal digits.
  70.        It is neither a compression program nor an archive wrapper.
  71.   
  72.      * .sit
  73.   
  74.        Macintosh `Stuffit' archive.
  75.   
  76.      * .cpt
  77.   
  78.        Macintosh `Compactor' archive.
  79.   
  80.        Like the .tar.Z format that is common among Unix archives,
  81.        Macintosh archives frequently have the extensions .sit.hqx or
  82.        .cpt.hqx indicating a BinHex'ed archive.
  83.   
  84.      * .arc
  85.   
  86.        PC `arc' archive.  This is an older standard (in PC terms, at
  87.        least) and has gone out of fashion.
  88.   
  89.      * .zip
  90.   
  91.        PC `zip' archive.  This is the most common PC archive format today.
  92.   
  93.      * .arj
  94.   
  95.        PC `arj' archive.
  96.   
  97.      * .zoo
  98.   
  99.        PC `zoo' archive
  100.   
  101.      * .lzh
  102.   
  103.        PC `lha/lharc' archive.
  104.   
  105.   Font Formats
  106.   ============
  107.   
  108.   Just as the are many, many archive formats, there are many different
  109.   font formats.  The characteristics of some of these formats are
  110.   discussed below.  Once again, the file extension may help you to
  111.   determine the font type.  (On the Mac, the resource TYPE field is
  112.   (probably) a better indicator).
  113.   
  114.      * PostScript Type 1 Fonts:
  115.   
  116.        Postscript Type 1 fonts (Also called ATM (Adobe Type Manager)
  117.        fonts, Type 1, and outline fonts) contains information, in outline
  118.        form, that allows a postscript printer, or ATM to generate fonts
  119.        of any size.  Most also contain hinting information which allows
  120.        fonts to be rendered more readable at lower resolutions and small
  121.        type sizes.
  122.   
  123.      * PostScript Type 3 Fonts:
  124.   
  125.        Postscript type 3 fonts are an old outline font format that is not
  126.        compatible with ATM.  Most developers have stopped using this
  127.        format except in a few special cases, where special type 3
  128.        characteristics (pattern fills inside outlines, for example) have
  129.        been used.
  130.   
  131.      * TrueType Fonts:
  132.   
  133.        Truetype fonts are a new font format developed by Microsoft with
  134.        Apple.  The rendering engine for this font is built into system 7
  135.        and an init, the Truetype init, is available for system 6 (freeware
  136.        from Apple).  It is also built into MS Windows v3.1.  Like
  137.        PostScript Type 1 and Type 3 fonts, it is also an outline font
  138.        format that allows both the screen, and printers, to scale fonts to
  139.        display them in any size.
  140.   
  141.      * Bitmap Fonts:
  142.   
  143.        Bitmap fonts contain bitmaps of fonts in them.  This a picture of
  144.        the font at a specific size that has been optimized to look good
  145.        at that size. It cannot be scaled bigger without making it look
  146.        horrendously ugly.  On the Macintosh, bitmap fonts also contain
  147.        the kerning information for a font and must be installed with both
  148.        type 1 and type 3 fonts.  Their presence also speeds the display
  149.        of commonly used font sizes.
  150.   
  151.   Font Format Extensions
  152.   ======================
  153.   
  154.      * .afm
  155.   
  156.        Adobe Type 1 metric information in `ascii' format (human parsable)
  157.   
  158.      * .bco
  159.   
  160.        Bitstream compressed outline
  161.   
  162.      * .bdf
  163.   
  164.        Adobe's Bitmap Distribution Format.  This format can be converted
  165.        to the platform specific binary files required by the local X
  166.        Windows server.  This is a bitmap font format distributed in ASCII.
  167.   
  168.      * .bez
  169.   
  170.        Bezier outline information
  171.   
  172.      * .chr
  173.   
  174.        Borland stroked font file
  175.   
  176.      * .ff, .f3b, .fb
  177.   
  178.        Sun formats.  More info when I know more...
  179.   
  180.      * .fot
  181.   
  182.        MS-Windows TrueType format fonts
  183.   
  184.      * .gf
  185.   
  186.        Generic font (the output of TeX's MetaFont program (possibly
  187.        others?))
  188.   
  189.      * .fli
  190.   
  191.        Font libraries produced by emTeX fontlib program.  Used by emTeX
  192.        drivers and newer versions of dvips.
  193.   
  194.      * .mf
  195.   
  196.        TeX MetaFont font file (text file of MetaFont commands)
  197.   
  198.      * .pfa
  199.   
  200.        Adobe Type 1 Postscript font in ASCII format (PC/Unix) I believe
  201.        that this format is suitable for directly downloading to your
  202.        PostScript printer (someone correct me if I'm wrong ;-)
  203.   
  204.      * .pfb
  205.   
  206.        Adobe Type 1 PostScript font in "binary`' format (PC/Unix) Note:
  207.        this format is not suitable for downloading directly to your
  208.        PostScript printer.  There are utilities for conversion between
  209.        PFB and PFA (see the utilities section of the FAQ).
  210.   
  211.      * .pfm
  212.   
  213.        Printer font metric information in Windows format
  214.   
  215.      * .pk
  216.   
  217.        TeX packed bitmap font file (also seen as .###pk where ### is a
  218.        number)
  219.   
  220.      * .pl
  221.   
  222.        TeX `property list' file (a human readable version of .tfm)
  223.   
  224.      * .ps
  225.   
  226.        Frequently, any PostScript file.  With respect to fonts, probably
  227.        a Type3 font.  This designation is much less `standard' than the
  228.        others.  Other non-standard extensions are .pso, .fon, and .psf
  229.        (they are a mixture of type 1 and type 3 fonts).
  230.   
  231.      * .pxl
  232.   
  233.        TeX pixel bitmap font file (obsolete, replaced by .pk)
  234.   
  235.      * .sfl
  236.   
  237.        LaserJet bitmapped softfont, landscape orientation
  238.   
  239.      * .sfp
  240.   
  241.        LaserJet bitmapped softfont, portrait orientation
  242.   
  243.      * .sfs
  244.   
  245.        LaserJet scalable softfont
  246.   
  247.      * .tfm
  248.   
  249.        TeX font metric file
  250.   
  251.      * .vf
  252.   
  253.        TeX virtual font which allows building of composite fonts (a
  254.        character can be composed of any sequence of movements, characters
  255.        (possibly from multiple fonts) rules and TeX specials)
  256.   
  257.      * .vpl
  258.   
  259.        TeX `property list' (human readable) format of a .vf
  260.   
  261. Subject: 1.14. Ligatures
  262.   
  263.   A ligature occurs where two or more letterforms are written or printed
  264.   as a unit.  Generally, ligatures replace characters that occur next to
  265.   each other when they share common components.  Ligatures are a subset
  266.   of a more general class of figures called "contextual forms."
  267.   Contextual forms describe the case where the particular shape of a
  268.   letter depends on its context (surrounding letters, whether or not it's
  269.   at the end of a line, etc.).
  270.   
  271.   One of the most common ligatures is "fi".  Since the dot above a
  272.   lowercase 'I' interferes with the loop on the lowercase 'F', when 'f'
  273.   and 'i' are printed next to each other, they are combined into a single
  274.   figure with the dot absorbed into the 'f'.
  275.   
  276.   An example of a more general contextual form is the greek lowercase
  277.   sigma.  When typesetting greek, the selection of which 'sigma' to use
  278.   is determined by whether or not the letter occurs at the end of the
  279.   word (i.e., the final position in the word).
  280.   
  281.      * Amanda Walker provides the following discussion of ligatures:
  282.   
  283.        Ligatures were originally used by medieval scribes to conserve
  284.        space and increase writing speed.  A 14th century manuscript, for
  285.        example, will include hundreds of ligatures (this is also where
  286.        "accents" came from).  Early typefaces used ligatures in order to
  287.        emulate the appearance of hand-lettered manuscripts.  As
  288.        typesetting became more automated, most of these ligatures fell
  289.        out of common use.  It is only recently that computer based
  290.        typesetting has encouraged people to start using them again
  291.        (although 'fine art' printers have used them all along).
  292.        Generally, ligatures work best in typefaces which are derived from
  293.        calligraphic letterforms.  Also useful are contextual forms, such
  294.        as swash capitals, terminal characters, and so on.
  295.   
  296.        A good example of a computer typeface with a rich set of ligatures
  297.        is Adobe Caslon (including Adobe Caslon Expert).  It includes:
  298.   
  299.        Upper case, lower case, small caps, lining numerals, oldstyle
  300.        numerals, vulgar fractions, superior and inferior numerals, swash
  301.        italic caps, ornaments, long s, and the following ligatures:
  302.   
  303.        ff fi fl ffi ffl Rp ct st Sh Si Sl SS St (where S=long s)
  304.   
  305.        [Ed: Another common example is the Computer Modern Roman typeface
  306.        that is provided with TeX. this family of fonts include the ff,
  307.        fi, fl, ffi, and ffl ligatures which TeX automatically uses when
  308.        it finds these letters juxtaposed in the text.]
  309.   
  310.        While there are a large number number of possible ligatures,
  311.        generally only the most common ones are actually provided.  In
  312.        part, this is because the presence of too many alternate forms
  313.        starts reducing legibility.  A case in point is Luxeuil Miniscule,
  314.        a highly-ligatured medieval document hand which is completely
  315.        illegible to the untrained eye (and none too legible to the
  316.        trained eye, either :)).
  317.   
  318.      * Don Hosek offers the following insight into ligatures:
  319.   
  320.        Ligatures were used in lead type, originally in imitation of
  321.        calligraphic actions (particularly in Greek which retained an
  322.        excessive number of ligatures in printed material as late as the
  323.        19th century), but as typefaces developed, ligatures were retained
  324.        to improve the appearance of certain letter combinations. In some
  325.        cases, it was used to allow certain letter combinations to be more
  326.        closely spaced (e.g., "To" or "Vo") and were referred to as
  327.        "logotypes". In other cases, the designs of two letters were merged
  328.        to keep the overall spacing of words uniform. Ligatures are
  329.        provided in most contemporary fonts for exactly this reason.
  330.   
  331.      * Liam Quin makes the following observations:
  332.   
  333.        The term ligature should only be used to describe joined letters in
  334.        printing, not letters that overlap in manuscripts.
  335.   
  336.        Many (not all) accents came from the practice of using a tilde or
  337.        other mark to represent an omitted letter, so that for example the
  338.        Latin word `Dominus' would be written dns, with a tilde or bar over
  339.        the n.  This is an abbreviation, not a ligature.
  340.   
  341.        Most ligatures vanished during the 15th and 16th Centuries.  It was
  342.        simply too much work to use them, and it increased the price of
  343.        book production too much.
  344.   
  345.   [Ed: there is no "complete" set of ligatures.]
  346.   
  347. Subject: 1.15. Built-in Fonts
  348.   
  349.      * PostScript printers (and Adobe Type Manager) with 13 fonts have:
  350.   
  351.        ???
  352.   
  353.      * Postscript printers with 17 fonts have:
  354.   
  355.        Courier, Courier-Bold, Courier-BoldOblique, Courier-Oblique,
  356.        Helvetica, Helvetica-Bold, Helvetica-BoldOblique, Helvetica-Narrow,
  357.        Helvetica-Narrow-Bold, Helvetica-Narrow-BoldOblique,
  358.        Helvetica-Narrow-Oblique, Helvetica-Oblique, Symbol, Times-Bold,
  359.        Times-BoldItalic, Times-Italic, Times-Roman
  360.   
  361.      * Postscript printers with 35 fonts have:
  362.   
  363.        All of the above, plus the following:
  364.   
  365.        ZapfChancery-MediumItalic, ZapfDingbats, AvantGarde-Book,
  366.        AvantGarde-BookOblique, AvantGarde-Demi, AvantGarde-DemiOblique,
  367.        Bookman-Demi, Bookman-DemiItalic, Bookman-Light,
  368.        Bookman-LightItalic, NewCenturySchlbk-Bold,
  369.        NewCenturySchlbk-BoldItalic, NewCenturySchlbk-Italic,
  370.        NewCenturySchlbk-Roman, Palatino-Bold, Palatino-BoldItalic,
  371.        Palatino-Italic, Palatino-Roman
  372.   
  373.      * HP LaserJet printers (II, IIP)
  374.   
  375.        Courier 10, Courier 12, LinePrinter 16.66, ...
  376.   
  377.      * HP LaserJet printers (III, IIIP)
  378.   
  379.        All of the above, plus the following:
  380.   
  381.        Scalable Times Roman and Scalable Univers using Compugraphic's
  382.        Intellifont hinted font format.
  383.   
  384.      * SPARCPrinters
  385.   
  386.        The basic 35 fonts plus four scaled faces of each of Bembo, Gill
  387.        Sans, Rockwell, Lucida, Lucida Bright, Sans and Typewriter, giving
  388.        a total of 57 fonts, all in the F3 format.
  389.   
  390. Subject: 1.16. Glossary
  391.   
  392.   [ I ripped this right out of the manual I wrote for Sfware.  If you have
  393.   comments, improvements, suggestions, please tell me... ]
  394.   
  395.   anti-aliasing
  396.        [ed: this is an 'off-the-cuff' definition, feel free to clarify it
  397.        for me ;-) ]
  398.   
  399.        On low-resolution bitmap devices (where ragged, ugly characters
  400.        are the norm) which support more than two colors, it is possible
  401.        to provide the appearance of higher resolution with anti-aliasing.
  402.        Anti-aliasing uses shaded pixels around the edges of the bitmap
  403.        to give the appearance of partial-pixels which improves the
  404.        apparent resolution.
  405.   
  406.   baseline
  407.        The baseline is an imaginary line upon which each character rests.
  408.        Characters that appear next to each other are (usually) lined up so
  409.        that their baselines are on the same level.  Some characters extend
  410.        below the baseline ("g" and "j", for example) but most rest on it.
  411.   
  412.   bitmap
  413.        A bitmap is an array of dots. If you imagine a sheet of graph paper
  414.        with some squares colored in, a bitmap is a compact way of
  415.        representing to the computer which squares are colored and which
  416.        are not.
  417.   
  418.        In a bitmapped font, every character is represented as a pattern of
  419.        dots in a bitmap. The dots are so small (300 or more dots-per-inch,
  420.        usually) that they are indistinguishable on the printed page.
  421.   
  422.   character
  423.        (1) The smallest component of written language that has semantic
  424.        value.  Character refers to the abstract idea, rather than a
  425.        specific shape (see also glyph), though in code tables some form
  426.        of visual representation is essential for the reader's
  427.        understanding.  (2) The basic unit of encoding for the Unicode
  428.        character encoding, 16 bits of information.  (3) Synonym for "code
  429.        element".  (4) The English name for the ideographic written
  430.        elements of Chinese origin.
  431.   
  432.   download
  433.        Downloading is the process of transferring information from one
  434.        device to another.  This transferral is called downloading when the
  435.        transfer flows from a device of (relatively) more power to one of
  436.        (relatively) less power.  Sending new fonts to your printer so that
  437.        it "learns" how to print characters in that font is called
  438.        downloading.
  439.   
  440.   font
  441.        A particular collection of characters of a typeface with unique
  442.        parameters in the 'Variation vector', a particular instance of
  443.        values for orientation, size, posture, weight, etc., values.  The
  444.        word font or fount is derived from the word foundry, where,
  445.        originally, type was cast.  It has come to mean the vehicle which
  446.        holds the typeface character collection.  A font can be metal,
  447.        photographic film, or electronic media (cartridge, tape, disk).
  448.   
  449.   glyph
  450.        (1) The actual shape (bit pattern, outline) of a character image.
  451.        For example, an italic 'a' and a roman 'a' are two different glyphs
  452.        representing the same underlying character.  In this strict sense,
  453.        any two images which differ in shape constitute different glyphs.
  454.        In this usage, "glyph" is a synonym for "character image", or
  455.        simply "image".  (2) A kind of idealized surface form derived from
  456.        some combination of underlying characters in some specific
  457.        context, rather than an actual character image.  In this broad
  458.        usage, two images would constitute the same glyph whenever they
  459.        have essentially the same topology (as in oblique 'a' and roman
  460.        'a'), but different glyphs when one is written with a hooked top
  461.        and the other without (the way one prints an 'a' by hand).  In
  462.        this usage, "glyph" is a synonym for "glyph type," where glyph is
  463.        defined as in sense 1.
  464.   
  465.   hints
  466.        When a character is described in outline format the outline has
  467.        unlimited resolution.  If you make it ten times as big, it is just
  468.        as accurate as if it were ten times as small.
  469.   
  470.        However, to be of use, we must transfer the character outline to a
  471.        sheet of paper through a device called a raster image processor
  472.        (RIP). The RIP builds the image of the character out of lots of
  473.        little squares called picture elements (pixels).
  474.   
  475.        The problem is, a pixel has physical size and can be printed only
  476.        as either black or white. Look at a sheet of graph paper. Rows and
  477.        columns of little squares (think: pixels). Draw a large `O' in the
  478.        middle of the graph paper. Darken in all the squares touched by the
  479.        O. Do the darkened squares form a letter that looks like the O you
  480.        drew? This is the problem with low resolution (300 dpi). Which
  481.        pixels do you turn on and which do you leave off to most accurately
  482.        reproduce the character?
  483.   
  484.        All methods of hinting strive to fit (map) the outline of a
  485.        character onto the pixel grid and produce the most
  486.        pleasing/recognizable character no matter how coarse the grid is.
  487.   
  488.   kerning
  489.        (noun): That portion of a letter which extends beyond its width,
  490.        that is, the letter shapes that overhang - the projection of a
  491.        character beyond its sidebearings.
  492.   
  493.        (verb): To adjust the intercharacter spacing in character groups
  494.        (words) to improve their appearance.  Some letter combinations
  495.        ("AV" and "To", for example) appear farther apart than others
  496.        because of the shapes of the individual letters.
  497.   
  498.        Many sophisticated word processors move these letter combinations
  499.        closer together automatically.
  500.   
  501.   outline font/format
  502.        See 'scalable font'
  503.   
  504.   point
  505.        The (more or less) original point system (Didot) did have exactly
  506.        72 points to the inch. The catch is that it was the French
  507.        imperial inch, somewhat longer than the English inch, and it went
  508.        away in the French revolution. What most people now think of as
  509.        points were established by the United States Typefounders
  510.        Association in 1886. This measure was a matter of convenience for
  511.        the members of the Association, who didn't want to retool any more
  512.        than they had to, so it had no relationship to the inch. By that
  513.        date, people realized that the inch was an archaic measure anyway;
  514.        the point was set to be 1/12 of a pica, and an 83-pica distance
  515.        was made equal to 35 centimeters. (Talk about arbitrary!)
  516.   
  517.        Thus the measure of 72.27/in. is just an approximation. Of course,
  518.        when PostScript was being written, it was necessary to fit into an
  519.        inch-measured world. For the sake of simplicity PostScript defined
  520.        a point as exactly 1/72". With the prevalance of DTP, the
  521.        simplified point has replaced the older American point in many
  522.        uses. Personally, I don't see that it matters one way or the
  523.        other; all that counts is that there's a commonly-understood unit
  524.        of measurement that allows you to get the size you think you want.
  525.        That is, after all, the point ;)
  526.   
  527.   scalable font
  528.        A scalable font, unlike a bitmapped font, is defined mathematically
  529.        and can be rendered at any requested size (within reason).
  530.   
  531.   softfont
  532.        A softfont is a bitmapped or scalable description of a typeface or
  533.        font.  They can be downloaded to your printer and used just like
  534.        any other printer font.  Unlike built-in and cartridge fonts,
  535.        softfonts use memory inside your printer.  Downloading a lot of
  536.        softfonts may reduce the printers ability to construct complex
  537.        pages.
  538.   
  539.   symbol set
  540.        The symbol set of a font describes the relative positions of
  541.        individual characters within the font.  Since there can only be 256
  542.        characters in most fonts, and there are well over 256 different
  543.        characters used in professional document preparation, there needs
  544.        to be some way to map characters into positions within the font.
  545.        The symbol set serves this purpose.  It identifies the "map" used
  546.        to position characters within the font.
  547.   
  548.   typeface
  549.        The features by which a character's design is recognized, hence
  550.        the word face.  Within the Latin language group of graphic shapes
  551.        are the following forms: Uncial, Blackletter, Serif, Sans Serif,
  552.        Scripts, and Decorative.  Each form characterizes one or more
  553.        designs.  Example: Serif form contains four designs called Old
  554.        Style, Transitional, Modern, and Slab Serif designs.  The typeface
  555.        called Bodoni is a Modern design, while Times Roman is a
  556.        Transitional design.
  557.   
  558.   This is Info file comp.fonts.faq.info, produced by Makeinfo-1.55 from
  559.   the input file FAQ.texinfo.
  560.   
  561. Subject: 1.17. Bibliography
  562.   
  563.   Editors note: the following books have been suggested by readers of
  564.   comp.fonts.  They are listed in no particular order.  I have lost the
  565.   citations for some of the submissions.  If you wrote a review that
  566.   appears below and you aren't credited, please let norm know.
  567.   
  568.   I have decided that this is the best section for pointers to other font
  569.   resources (specs and other documents, for example).  These appear after
  570.   the traditional bibliographic entries.  As usual I will happily accept
  571.   entries for this section.  As of 9/92, the only files listed are the
  572.   TrueType font information files available from Microsoft
  573.   
  574.   Bill Ricker contributed the following general notes:
  575.   
  576.   The Watson-Guptill, Godine, and Dover publishers all have many
  577.   typography titles. Godine and Dover tend to be excellent; W-G tends
  578.   toward 'how-to' books which are good for basics and juried Annuals of
  579.   job work.
  580.   
  581.   Hermann Zapf and his Design Philosophy, Society of Typographic Arts,
  582.   Chicago, 1987.
  583.   
  584.   On Stone -- The Art and Use of Tyography on the Personal Computer,
  585.   Sumner Stone, Bedford Arts, 1991.
  586.   
  587.   Of the Just Shaping of Letters, Albrecht Durer, isbn 0-486-21306-4.
  588.   
  589.   First published in 1525 as part of his theoretical treatise on applied
  590.   geomentry, "The Art of Measurment".
  591.   
  592.   Champ Flevry, Geofroy Troy.
  593.   
  594.   First published in 1529 Troy attempts, in this book, to design an ideal
  595.   Roman alphabet upon geometrical and aesthetic principles.
  596.   
  597.   The Alphabet & Elements of Lettering, Frederic W. Goudy, isbn
  598.   0-486-20792-7. Revised 1942 edition.
  599.   
  600.   This very intresting book looks at the history of letter shapes as well
  601.   font design.
  602.   
  603.   The Mac is Not a Typewriter, Robin Williams, Peachpit Press.
  604.   
  605.   A good, clear explanation of what typography is, and how to get it from
  606.   your computer. Mac-specific, but full of excellent general advice. I
  607.   think there's also a PC version. Available at most computer bookstores
  608.   
  609.   Rhyme and Reason: A Typographic Novel, Erik Spiekermann, H. Berthold AG,
  610.       ISBN 3-9800722-5-8.
  611.   
  612.   Printing Types (2 vols), Daniel Berkely Updike, Dover Press.
  613.   
  614.   Affordable edition of the most readable history of type, lots of
  615.   illustrations.
  616.   
  617.   Notes: Both the Dover and Harvard U. P. editions where 2 volumes.  The
  618.   Dover editions were paperback and the Harvard hardback.  It appears
  619.   that the Dover edition is out of print.  Collectible HUP editions are
  620.   not cheap although later HUP editions may be had.  Most libraries have
  621.   later HUP and Dover editions.  If someone knows of a source, please
  622.   pass it along.
  623.   
  624.   The Art of Hand Lettering, Helm Wotzkow, Dover Press, reprint from 1952.
  625.   
  626.   Looking Good In Print, Roger C. Parker, Ventana Press,       ISBN:
  627.   0-940087-32-4.
  628.   
  629.   Well, as a beginner's book, [it] isn't bad. I can't say that I agree
  630.   with the author's tastes all the time, but he at least gives some good
  631.   examples. Also there are some nice _Publish_-style makeovers.  Don
  632.   Hosek <dhosek@ymir.claremont.edu>
  633.   
  634.   Book Design: A Practical Introduction, Douglas Martin, Van Nostrand
  635.   Reinhold, New York: 1989. 206pp.
  636.   
  637.   Along with Jan White's book (see below), this provides a fairly
  638.   complete guide to book design.  Martin's book is somewhat more
  639.   conservative in outlook and also reflects his UK background.  Don Hosek
  640.   <dhosek@ymir.claremont.edu>
  641.   
  642.   Digital Typography: An Introduction to Type and Composition for Computer
  643.   System Design, Richard Rubinstein, Addison-Wesley, Reading,
  644.   Massachusetts: 1988. 340pp.
  645.   
  646.   An interesting, technological approach to typography which is worth
  647.   reading although not necessarily always worth believing. A not
  648.   insubstantial portion of the text is dedicated to representing type on
  649.   a CRT display and Rubinstein devotes some time to expressing
  650.   characteristics of typography numerically.  Don Hosek
  651.   <dhosek@ymir.claremont.edu>
  652.   
  653.   Graphic Design for the Electronic Age, Jan V. White, Watson-Guptill
  654.   Publications, New York: 1988. 212pp.
  655.   
  656.   A good handbook for document design. In a well-organized approach,
  657.   White covers the principles for laying out most of the typographics
  658.   features of a technical document. White is a bit overeager to embrace
  659.   sans-serif types and in places his layout ideas seem a bit garish, but
  660.   it's still a quite worthwhile book.  Don Hosek
  661.   <dhosek@ymir.claremont.edu>
  662.   
  663.   Xerox Publishing Standards: A Manual of Style and Design, Watson-Guptill
  664.   Publications, New York: 1988. 400pp.
  665.   
  666.   Overall, a disappointing book. It is divided into four sections of
  667.   widely varying intent: "Publishing Process," "Document Organization,"
  668.   "Writing and Style" and "Visual Design." None of them is really
  669.   adequate for the task and all are highly centered on the Xerox method
  670.   for publishing. As a guide to Xerox' process, it succeeds, but as a
  671.   manual for general use, it falls far short. In print.  Don Hosek
  672.   <dhosek@ymir.claremont.edu>
  673.   
  674.   Methods of Book Design (3rd edition), Hugh Williamson, Yale University
  675.   Press, New Haven: 1983. 408pp.
  676.   
  677.   It is a bit out-of-date as regards technology, but on issues relating
  678.   purely to design it is comprehensive and definitive.  Well, I suppose
  679.   it could be argued that printing technology influences design - e.g.
  680.   some types look fine in metal but lousy in digital imagesetting - and
  681.   therefore a book that is out-of-date in technology can't really be
  682.   "definitive" in matters of design either. In any event, _Methods_ is
  683.   more than adequate for a beginner's needs.  My paper-bound copy (ISBN
  684.   0-300-03035-5) was \$13.95; cheap at twice the price!  Cameron Smith
  685.   <cameron@symcom.math.uiuc.edu>
  686.   
  687.   The Thames & Hudson Manual of typography, Rauri McLean, Thames & Hudson
  688.   
  689.   An excellent book if you start getting more interested in type.  Look
  690.   for Rauri McLean's other books after this one...  Liam R.E. Quin
  691.   <lee@sq.com>
  692.   
  693.   Typography and Why it matters, Fernand Baudin.
  694.   
  695.   There is no better introduction than [it].  It's not a primer on
  696.   subjects such as "what does Avant Garde look like," or "This is a good
  697.   font for books." It is a good primer on the things you need to know
  698.   before the rest should be considered. He's a lovely writer, to boot.
  699.   
  700.   [My copy is at work, so I may have munged the title-look up Baudin in
  701.   "Books in Print" and improvise :-)]
  702.   
  703.   Ari Davidow <ari@netcom.com>
  704.   
  705.   Better Type, Betty Binns
  706.   
  707.   It's definitely not a lightweight beginner's introduction, but I've
  708.   found [it] to be indispensable.  It's a large-format hardcover, but you
  709.   can find it remaindered for cheap if you look around.  The book goes
  710.   into great detail about how factors like line spacing, line length,
  711.   point size, and design of typeface (evenness of stroke weight,
  712.   x-height, etc.) affect readability.  When you've gotten the basics out
  713.   of the way and want to learn more about the fine nuances of type color,
  714.   this book is an absolute must.  David Mandl <dmandl@bilbo.shearson.com>
  715.   
  716.   Printing Types: An Introduction..., S. Lawson, (revised) 1990
  717.   
  718.   I'd also recommend Alexander S. Lawson's books especially /Printing
  719.   Types: An Intro.../ (revised), 1990, which includes electronic types
  720.   now.  Bill Ricker <wdr@world.std.com>
  721.   
  722.   Twentieth Century Type Designers, Sebastian Carter, 1987.
  723.   
  724.   Discusses adaptaters of old faces to machine caster and film/laser, as
  725.   well as new works.  Bill Ricker <wdr@world.std.com>
  726.   
  727.   Tally of Types, Stanley Morrison, Cambridge University Press.
  728.   
  729.   A keepsake for CUP on the Monotype fonts he'd acquired for them when he
  730.   was Type Advisor to both Brit.Monotype & CUP (Cambridge University
  731.   Press, Cambs.UK), which discusses his hindsight on some of the great
  732.   revival fonts and some of the better new fonts.  Bill Ricker
  733.   <wdr@world.std.com>
  734.   
  735.   Chicago Manual of Style, University of Chicago Press, 1982;
  736.                 ISBN 0-226-10390-0.
  737.   
  738.   The chapter on Design and Typography is most directly relevant, but
  739.   there are a lot of hints scattered all through the Chicago Manual on
  740.   making your words more readable and your pages more attractive.  Stan
  741.   Brown <brown@ncoast.org>
  742.   
  743.   X Window System Administrator's Guide (O'Reilly X Window System Guides,
  744.   volume 8), O'Reilly
  745.   
  746.   It gives advice about setting up fonts, etc.  Liam Quin <lee@sq.com>
  747.   
  748.   How Bodoni intended his types to look Bodoni, Giambattista. Fregi e
  749.   Majuscole Incise e Fuse de ...  Bodoni, Harvard University Library
  750.   (repr).
  751.   
  752.   Inexpensive collectible, reproduced as a keepsake by the Houghton
  753.   Library at Harvard. [wdr]
  754.   
  755.   The Elements of Typographic Style, Robert Bringhurst, Hartley & Marks
  756.   0-88179-033-8 pbk \$15, Z246.B74 1992 0-88179-110-5 cloth, \$25.
  757.   
  758.   A typography for desktop publishers who want to absorb some style.
  759.   Informed by the historical european tradition and the desktop
  760.   advertising, tempered by oriental yin-yang and examples. A page-turner
  761.   with repeat-read depth.
  762.   
  763.   The only book I've seen that discusses page proportions that admits
  764.   there are more than three ways that describes how to find one that
  765.   feels good for your page. [wdr]
  766.   
  767.   Hermann Zapf on the cover-blurb: "All desktop typographers should study
  768.   this book. ... I wish to see this book become the Typographers' Bible."
  769.   
  770.   Printing It, Clifford Burke, Ballantine,  0-345-02694-2.
  771.   
  772.   Manual for the hobby letterpress printer. [wdr]
  773.   
  774.   Twentieth Century Type Designers, Sebastian Carter, Taplinger, 1987.
  775.   
  776.   Discusses the talented adaptators of old faces to machine caster and
  777.   film/laser, as well as the designers of new works.  Indexed? [wdr]
  778.   
  779.   Design with Type, Carl Dair, University of Toronto Press, 0-8020-1426-7.
  780.   
  781.   In print again (or still?); the ISBN above may be stale.
  782.   
  783.   A great introduction to the issues of practicality and taste that
  784.   confront the users of type. A prized possession. I only regret that the
  785.   book does not include among the excerpts from his Westvaco pamphlets
  786.   the Seven Don'ts of Typography. [wdr]
  787.   
  788.   Typography 6: The Annual of the Type Directors Club, Susan Davis, ed.,
  789.   Watson-Guptill, 0-8230-5540-x.
  790.   
  791.   Specimens of Type Faces in the U.S. G.P.O., John J. Deviny, director.,
  792.   US G.P.O.
  793.   
  794.   Practice of Typography: Plain Printing Types, Theodore Low De Vinne,
  795.   Century Co./DeVinne Press.
  796.   
  797.   One of the earlier critical studies, in four volumes of which this is
  798.   my personal favorite, and still a classic reference. If one wants to
  799.   understand 18th and 19th century typography in context, this writer
  800.   lived the transition  from eclectic to standard sizes, and comments
  801.   with taste. [wdr]
  802.   
  803.   An Essay on Typography, Eric Gill, Godine,  0-87923-762-7.
  804.   
  805.   The Alphabet and Elements of Lettering, Frederic W. Goudy, Dorset Press
  806.   (Marboro Books), 0-88029-330-6
  807.   
  808.   Lovely. A wonderful way to learn Goudy's taste.
  809.   
  810.   Stanley Morison Displayed, Herbert Jones,  Frederick Muller Ltd / W,
  811.   0-584-10352-2.
  812.   
  813.   Lovely. A wonderful way to learn Morrison's taste.
  814.   
  815.   Printing Types: An Introduction..., Alexander S. Lawson et. al., Beacon
  816.   1971,?Godine? 1990; (2nd Ed includes electronic types now)
  817.   
  818.   "Good introduction to comparisons of typefaces, with a detailed history
  819.   and a key family or face of each general category.  Denounces rigid
  820.   indexes of type faces." [wdr]
  821.   
  822.   Anatomy of a Typeface, Alexander Lawson,  Godine, 0-87923-333-8,
  823.   Z250.L34 1990
  824.   
  825.   Deep description of the authors' favorite exemplar and its influences
  826.   and relatives in each type category. It follows, without explicating,
  827.   the category system developed in the prior book. [wdr]
  828.   
  829.   Types of Typefacs and how to recognize them, J. Ben Lieberman,
  830.   Sterling, 1968
  831.   
  832.   "This isn't very good really, but it does give lots of examples of the
  833.   main categories." [Liam] [Old bibliographies praised this one, but I
  834.   haven't seen it so I can't comment.- wdr]
  835.   
  836.   Tally of Types (& other titles), Stanley Morrison,  Cambridge U. Press.
  837.   
  838.   A keepsake for CUP on the Monotype fonts he'd acquired for them when he
  839.   was Type Advisor to both Brit. Monotype & CUP (Cambridge University
  840.   Press, Cambs.UK), which discusses his hindsight on some of the great
  841.   revival fonts and some of the better new fonts. [wdr]
  842.   
  843.   Rookledge's International Type Finder 2nd, Perfect, Christopher and
  844.   Gordon Rookledge, Ed Moyer Bell Ltd / Rizzoli,  1-55921-052-4,
  845.   Z250.P42 [1st Ed was NY: Beil 1983]
  846.   
  847.   "Lg. trade pb. Indexed by stylistic & characteristic features. Shows
  848.   A-Z, a-z, 0-9 in primary figures, whether lining or ranging.
  849.   Particularly distinctive sorts are marked for ease of comparison.
  850.   Separate tables collect the distinctive characters for assistance  in
  851.   identifying a sample." [wdr]
  852.   
  853.   English Printers' Ornaments, Henry R. Plomer, Burt Franklin
  854.   
  855.   Paragraphs on Printing, Bruce Rogers, [Rudge] Dover, 0-486-23817-2
  856.   
  857.   Digital Typography: An Introduction to Type and Composition for
  858.   Computer System Design, Richard Rubinstein, Addison-Wesley, Reading,
  859.   Massachusetts: 1988. 340pp.
  860.   
  861.   For people who are disappointed with how the type looks on the laser,
  862.   this book explains the subleties of that medium and of the screen that
  863.   others miss. This is a study of the Human Factors of computer
  864.   typographic systems. [wdr]
  865.   
  866.   The Case for Legibility, John Ryder, The Bodley Head,  0-370-30158-7,
  867.   Z250.A4
  868.   
  869.   The Solotype Catalog of 4,147 Display typefaces, Dan X. Solo, Dover,
  870.   0-486-27169-2,   Z250.5.D57S654 19
  871.   
  872.   "Working catalog of a specialty Graphics Arts shop.  They use
  873.   proprietary optical special effects techniques to get Desktop
  874.   Publishing effects, and more, without the laser-printer grain.  Great
  875.   listing of 19th Century Decorated Types - probably the largest
  876.   collection in the world. Prices to order headlines from them are NOT
  877.   cheap however.  Their services are for professional or serious hobby
  878.   use only. Solo's previous Dover books show some number of complete
  879.   alphabets of a  general peculiar style; this one shows small fragments
  880.   of his entire usable collection, important as an index.  (According to
  881.   private correspondence, they have more faces that have not yet been
  882.   restored to usable condition.) Not well indexed, but indexed." [wdr]
  883.   
  884.   Stop Stealing Sheep & find out how type works, Erik Spiekermann & E.M.
  885.   Ginger., Adobe Press, 1993
  886.   
  887.   Introductory, motivational.  If you wonder why there are so many type
  888.   faces in the world, this is the book for you! [Liam] [The title refers
  889.   to the old joke: "A man who would  letterspace lowercase would also
  890.   steal sheep." [wdr]]
  891.   
  892.   The Art & Craft of Handmade Paper, Vance Studley, Dover, 0-486-26421-1,
  893.   TS1109.S83 1990
  894.   
  895.   Letters of Credit, Walter Tracey, Godine Press
  896.   
  897.   "I can't recommend this too highly.  It's not as introductory as the
  898.   Sheep Book, but conveys a feeling of love and respect for the letter
  899.   forms, and covers a lot of ground very, very well." [Liam]
  900.   
  901.   Printing Types: Their History, Forms & Use, Daniel Berkely Updike,
  902.   Harvard University Press, reprint by Dover.
  903.   
  904.   The standard reference. Tour-de-force history of type and type-styles.
  905.   A trifle conservative in its biases, but typography is conservative for
  906.   good reason: readibility. Check the addenda for his final words on
  907.   newer faces. [wdr]
  908.   
  909.   1.  I believe the Dover edition to be 3 vols Pbk; both the collectable
  910.   and later Harvard U.P. editions were two vols hbk.
  911.   
  912.   2.  I am informed by my bookseller & Books In Print that the Dover
  913.   edition is out of print. *sigh*  If a source be known, let me know.
  914.   Collectible HUP eds are not cheap, although later HUP eds may be had.
  915.   Most libararies have later HUP or Dover eds. [wdr]
  916.   
  917.   Modern Encyclopedia of Typefaces, 1960-90, Lawrence W. Wallis, Van
  918.   Nostrand Reinhold, 0-442-30809-4, Z250.W238 1990
  919.   
  920.   "Gives examples of most typefaces, almost all digital, designed &
  921.   distributed  in the last 30 years. Cross indexed by foundry and
  922.   designer, and sources and  looks-likes. Some historical bits.  Shows
  923.   full a-z,A-Z,0-9, a few points  (punctuation); and 0-9 again if both
  924.   lining and oldstyle supplied.  Only   complaint is that it omits small
  925.   caps even from what few fonts have 'em and the accented characters, of
  926.   which most have some but too few.  List \$25." [wdr]
  927.   
  928.   About Alphabets: Some Marginal Notes on Type Design, Hermann Zapf, MIT
  929.   Press, 0-262-74003-6
  930.   
  931.   Hermann Zapf & His Design Philosophy, Hermann Zapf, Society of
  932.   Typographic Arts, Chicago
  933.   
  934.   "Anything about, by, or vaguely connected with Hermann Zapf is probably
  935.   worth reading several times :-)" [Liam]
  936.   
  937.   Manuale Typographicum, Hermann Zapf,  MIT Press, 0-262-74004-4
  938.   
  939.   There are two books of this title  (portrait and landscape); this is
  940.   the only mass-market edition of either. Both are Zapf's selections of
  941.   interesting typographical quotations in his inimitable display
  942.   typography. [wdr]
  943.   
  944.   Microsoft Windows 3.1 Programmer's Reference, Microsoft Press.
  945.   
  946.   Documents the Panose system of typeface classification.  Probably
  947.   contains a general discussion of TrueType under MS Windows 3.1.
  948.   
  949.   Introduction to Typography, 3rd ed, Faber, London, 1962.
  950.   
  951.   A very good introduction for any beginner. Also discusses things like
  952.   illustrations and cover design, although not in great detail.
  953.   
  954.   Simon was a purist, as the editor of the 3rd edition remarks.  He did
  955.   not mention phototypesetting in his original edition, but some
  956.   observations on its uses and abuses have since been added.  Anders
  957.   Thulin <ath@linkoping.trab.se>
  958.   
  959.   [ed: additional bibliographic information appears in the file
  960.   "Additional-bibliography" on jasper.ora.com:/comp.fonts.  I have not
  961.   yet had time to integrate this bibliographic information into the FAQ]
  962.   
  963. Subject: 1.18. Font Encoding Standards
  964.   
  965.   Unicode Consortium; The Unicode Standard, volumes 1 and 2, Worldwide
  966.   Character Encoding, Addison-Wesley Publishing Co.
  967.   
  968.   Unicode consortium e-mail address is: <unicode-inc@hq.m4.metaphor.com>
  969.   
  970.   To obtain more information on Unicode or to order their printed material
  971.   and/or diskettes contact:
  972.   
  973.                            Steven A. Greenfield
  974.   
  975.                           Unicode Office Manager
  976.   
  977.                            1965 Charleston Road
  978.   
  979.                           Mountain View, CA 94043
  980.   
  981.                              Tel. 415-966-4189
  982.   
  983.                              Fax. 415-966-1637
  984.   
  985.   Xerox Character Code Standard, Xerox Corp., Xerox Systems Institute,
  986.   475 Oakmead Parkway, Sunnyvale, CA 94086
  987.   
  988. Subject: 1.19. TrueType
  989.   
  990.   George Moore announces the following information regarding TrueType
  991.   fonts:
  992.   
  993.   "I am pleased to announce that there is now one central location for all
  994.   official Microsoft TrueType information available on the Internet.  The
  995.   9 files listed below are available for anonymous ftp access on
  996.   ftp.uu.net (137.39.1.9) in the /vendor/microsoft/TrueType-Info
  997.   directory.  The most important of those files is the TrueType Font Files
  998.   Specifications, a 400 page book which describes in excruciating detail
  999.   how to build a TrueType font.  Other information is also available in
  1000.   the same directory and other files will be added from time to time.
  1001.   
  1002.   For those people who do not have ftp access to the Internet can find the
  1003.   same information available for downloading on Compuserve in the
  1004.   Microsoft developer relations forum (GO MSDR) in the TrueType library.
  1005.   
  1006.   Please be aware that the TrueType specifications is a copyrighted work
  1007.   of Microsoft and Apple and can not be resold for profit.
  1008.   
  1009.   TrueType developer information files on ftp.uu.net:
  1010.   
  1011.     1. ttspec1.zip, ttspec2.zip, and ttspec3.zip
  1012.   
  1013.        The TrueType Specification:
  1014.   
  1015.        These three compressed files contain the "TrueType Font Files
  1016.        Specifications", a 400 page book complete with illustrations which
  1017.         details how to construct a TrueType font from scratch (or build
  1018.        a tool   to do so), the TrueType programming language, and the
  1019.        complete format   of each sub-table contained in the .TTF file.
  1020.        These documents are   stored in Word for Windows 2.0 format and
  1021.        require Windows 3.1 for   printing.  See the "readme.doc" (in
  1022.        ttspec1.zip) for printing   instructions.  Requires 2.5MB of disk
  1023.        space after uncompression.
  1024.   
  1025.        This manual is a superset of the similar specifications from Apple
  1026.        and   has added information specific to Windows that is not
  1027.        present in the   Apple version.
  1028.   
  1029.     2. ttfdump.zip
  1030.   
  1031.        An MS-DOS executable which will dump the contents of a TrueType
  1032.        font   out in a human-readable fashion.  It allows you to dump the
  1033.        entire   font, or just specific sub-tables.  This tool, combined
  1034.        with the   specifications above, allows very effective debugging
  1035.        or exploration   of any TrueType font.  For example, to dump the
  1036.        contents of the 'cmap'   (character code to glyph index mapping)
  1037.        table, enter:
  1038.   
  1039.        ttfdump fontname.ttf -tcmap -nx
  1040.   
  1041.        Entering "ttfdump" with no options will give you a help message.
  1042.   
  1043.     3. ttfname.zip
  1044.   
  1045.        Example C source code on how to parse the contents of a TrueType
  1046.        font.    Although this particular example will open up the file
  1047.        and locate the   font name contained within the 'name' table, it
  1048.        could be readily   adapted to parse any other structure in the
  1049.        file.  This compressed zip   file also contains many useful
  1050.        include files which have pre-defined   structures set up for the
  1051.        internal tables of a TrueType font file.    This code may be
  1052.        useful for developers who wish to parse the TrueType   data stream
  1053.        returned by the GetFontData() API in Windows 3.1.
  1054.   
  1055.     4. tt-win.zip
  1056.   
  1057.        A 31 page Word for Windows 2.0 document which is targeted for the
  1058.        Windows developer who is interested in learning about some of the
  1059.         capabilities TrueType adds to Windows 3.1.  Contains many
  1060.        illustrations.
  1061.   
  1062.     5. embeddin.zip
  1063.   
  1064.        A text file which describes all of the information necessary for a
  1065.         Windows developer to add TrueType font embedding capabilities to
  1066.        their   application.  Font embedding allows the application to
  1067.        bundle the   TrueType fonts that were used in that document and
  1068.        transport it to   another platform where the document can be
  1069.        viewed or printed   correctly.
  1070.   
  1071.     6. tt-talk.zip
  1072.   
  1073.        The TrueType Technical Talks 1 and 2.  These text files describe
  1074.        some   of the things that are happening with TrueType behind the
  1075.        scenes in   Windows 3.1.  The first document walks the reader
  1076.        through all of the   steps that occur from when the user first
  1077.        presses the key on the   keyboard until that character appears on
  1078.        the screen (scaling, hinting,   drop out control, caching and
  1079.        blitting).  The second talk describes   one of the unique features
  1080.        of TrueType called non-linear scaling which   allows the font
  1081.        vendor to overcome some of the physical limitations of   low
  1082.        resolution output devices.
  1083.   
  1084.     7. lucida.zip
  1085.   
  1086.        This text file contains useful typographic information on the 22
  1087.        Lucida fonts which are contained in the Microsoft TrueType Font
  1088.        Pack   for Windows.  It gives pointers on line-layout, mixing and
  1089.        matching   fonts in the family and a little history on each
  1090.        typeface.  This   information was written by the font's designers,
  1091.        Chuck Bigelow & Kris   Holmes."
  1092.   
  1093.